.navbar-custom {
    background-color: #4eece441; /* Verde con transparencia del 50% */
    width: 100%;
}

.adsbygoogle {
    width: 100%;
    min-width: 300px;
    height: auto;
}

.no-ads > .google-auto-placed {
    display: none !important;
}

video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
    margin-top: -120px;
}

header{
    width: 100%;
    height: 500px;
    position: relative;
}

.padding-3{
    padding-top: 3rem ;
}

.padding-5{
    padding-top: 5rem ;
}

.text-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font: 700 3em sans-serif;
    text-align: center;
    color: #fff;
    margin-top: 120px;
}

footer {
    background-color: #386e61;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center !important;
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    margin: 20px 0;
}

.mouse{
    cursor: pointer;
}

.img-data-apps{
    width: 100%;
    height: 300px;
    display: none;
    background-color: #3b695467;
}

.nolink{
    text-decoration: none;
}

.container-game{
    margin-top: -170px;
}

.dropdown-menu {
    /*margin-left: -70px; /* Ajusta el valor según sea necesario */
    background-color: rgba(78, 236, 228, 0.25); /* Color de fondo con opacidad del 25% */
}

.dropdown-menu-left {
    margin-left: 100px !important; /* Ajusta el valor según sea necesario */
    margin-top: -30px !important;
    background-color: rgba(78, 236, 228, 0.25); /* Color de fondo con opacidad del 25% */
}

/* Para pantallas grandes */
@media (max-width: 1200px) {
    .c-imagenes-slider-game {
        height: 450px;
    }
}

/* Para pantallas medianas */
@media screen and (max-width: 991px) {
    .c-imagenes-slider-game {
        height: 400px;
    }

    /*.dropdown-menu{
        margin-left: 0; /* Ajusta el valor según sea necesario 
    }*/

    .dropdown-menu-left{
        margin-left: -70px !important;
    }
}

/* Para pantallas pequeñas */
@media (max-width: 768px) {
    .c-imagenes-slider-game {
        height: 350px;
    }
}

/* Para pantallas extra pequeñas */
@media (max-width: 375px) {
    .c-imagenes-slider-game {
        height: 200px;
    }
}


.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Relación de aspecto 16:9 */
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fullscreen {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: white;
}

.fullscreen-button {
    margin-left: auto;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carrusel-my-css{
    margin-top: -80px;
    z-index: -1;
}

.c-imagenes-slider-game{
    height: 600px;
}

.size-img{
    height: 200px;

}

.mouse {
    position: relative; /* Asegura que el div tenga un contexto de posición */
}
.mouse .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 128, 0, 0.5); /* Verde con 50% de transparencia */
    opacity: 0;
    transition: opacity 0.5s ease; /* Transición suave */
    width: 100%;
    height: 100%;
}
.mouse:hover .overlay {
    opacity: 1; /* Muestra la superposición al */
}

.container-custom {
    max-width: 1480px; /* Ajusta este valor según tus necesidades */
    width: 100%;
}

.margin-top-50px{
    margin-top: -50px
}

.dropdown-item {
    color: white; /* Color del texto en blanco */
}

.profile-photo {
    width: 40px; /* Ajusta el tamaño según sea necesario */
    height: 40px; /* Ajusta el tamaño según sea necesario */
    border-radius: 50%; /* Hace la imagen redonda */
    margin-right: 10px; /* Espacio entre la imagen y el texto */
}

.text-blanco{
    color: #fff;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.animated-logo {
    display: block;
    margin: 0 auto;
    width: 600px; /* Ajusta el tamaño según tus necesidades */
    height: 600px;
    animation: bounce 2s;
} 

.main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* Altura del viewport para centrar verticalmente */
}

/* Resoluciones para pantallas pequeñas */
@media (max-width: 576px) {
    .animated-logo {
        width: 120px; /* Tamaño más pequeño para pantallas pequeñas */
        height: 120px;
    }
}

/* Resoluciones para pantallas medianas */
@media (min-width: 577px) and (max-width: 768px) {
    .animated-logo {
        width: 300px; /* Tamaño ajustado para pantallas medianas */
        height: 300px;
    }
}

/* Resoluciones para pantallas grandes */
@media (min-width: 769px) {
    .animated-logo {
        width: 500px; /* Tamaño más grande para pantallas grandes */
        height: 500px;
    }
}

a{
    text-decoration: none;
}

.sombreadoform {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
}

.no-resize {
    resize: none;
}

.img-preview {
    max-width: 50px;
    height: auto;
    display: none;
    float: right;
    border-radius: 5px;
}

.img-preview2 {
    max-width: 30px;
    height: auto;
    display: none;
    float: left;
    border-radius: 5px;
}

.img-table{
    border-radius: 10px;
    width: 40px;
}

.error-message {
    color: red;
    display: none;
}

/* Estilo para el overlay */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 10000;
    transition: transform 1s ease-out;
}
  
/* Animación de la imagen */
.animated-image {
    animation: fadeInOut 3s infinite;
    width: 300px;
    height: 300px;
}
  
@keyframes fadeInOut {
    0%, 100% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
}
  
  /* Estilo para el contenido */
#content {
    display: none;
    opacity: 0;
    transition: opacity 1s ease-out;
}

/*fin estilos*/

.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Asegúrate de que el contenedor ocupe toda la altura de la vista */
}

.footer-content {
    flex: 1;
}
.footer-icons {
    text-align: right;
}